home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / stat.man < prev    next >
Encoding:
Text File  |  1989-02-24  |  1.8 KB  |  69 lines

  1.  
  2.  
  3.  
  4. STAT                      User Commands                      STAT
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      stat - get file attributes
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ssttaatt [--ss --ll --dd --tt] [--nn _n_u_m] _f_i_l_e _f_i_l_e ...
  15.  
  16. OOPPTTIIOONNSS
  17.      --ss            Produce short, one line output for each file.
  18.  
  19.      --ll            Get the attributes of the link,  not  what  it
  20.                    references.
  21.  
  22.      --dd            Include day of week in dates.
  23.  
  24.      --tt            Time a series of Fs_GetAttributes calls.
  25.  
  26.      --nn _n_u_m        Number of repetitions for the --tt option.
  27.  
  28. _________________________________________________________________
  29.  
  30.  
  31. DDEESSCCRRIIPPTTIIOONN
  32.      Stat is used to print out attributes of files.   Its  output
  33.      is  self-explainitory  and is a super-set of the output from
  34.      the llss --ll command, which can also be obtained  with  the  --ss
  35.      option.   The  extra  attributes  presented are the internal
  36.      version number of the file that is incremented each time the
  37.      file is re-written, the user-defined file type, the creation
  38.      date, the file server ID, the file domain  (disk),  and  the
  39.      file  number.   For  devices this also prints out the device
  40.      serverID, type, and unit.  A device serverID of -1 indicates
  41.      that  it  is  a common device found on all hosts.  Opening a
  42.      common device attaches you to the  instance  of  the  device
  43.      connected to the current host.
  44.  
  45. BBUUGGSS
  46.      User IDs and hostIDs are given in numerical form,  not  nice
  47.      string names.
  48.  
  49. SSEEEE AALLSSOO
  50.      ls, prefix
  51.  
  52. KKEEYYWWOORRDDSS
  53.      attributes, version, create, device, file type, serverID
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  February 24, 1989                  1
  66.  
  67.  
  68.  
  69.